home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / APXSDIDV.PAK / APXSDDVA.RH < prev    next >
Encoding:
Text File  |  1997-05-06  |  6.6 KB  |  246 lines

  1. //----------------------------------------------------------------------------
  2. //  Project ApxSdiDv
  3. //  Borland International
  4. //  Copyright ⌐ 1996. All Rights Reserved.
  5. //
  6. //  SUBSYSTEM:    ApxSdiDv Application
  7. //  FILE:         apxsddva.h
  8. //  AUTHOR:       
  9. //
  10. //  OVERVIEW
  11. //  ~~~~~~~~
  12. //  Constant definitions for all resources defined in apxsddva.rc.
  13. //
  14. //----------------------------------------------------------------------------
  15. //#if !defined(apxsddva_rh)   // Sentry use file only if it's not already included.
  16. //#define apxsddva_rh
  17.  
  18.  
  19. //
  20. // Application specific definitions:
  21. //
  22. #define IDI_SDIAPPLICATION      1001            // Application icon
  23.  
  24. #define IDM_SDI                 100             // Menu resource ID and Accelerator IDs
  25.  
  26. #define IDM_PRINTPREVIEW        200             // Accelerator ID for Print Preview window.
  27.  
  28. #define IDM_DOCMANAGERFILE      32401           // Menu for DocManager merging.
  29. #define IDM_EDITVIEW            32581           // Menu for TEditView merging.
  30. #define IDM_LISTVIEW            32582           // Menu for TListView merging.
  31.  
  32. //
  33. // CM_FILEnnnn commands (include/owl/editfile.rh except for CM_FILEPRINTPREVIEW)
  34. //
  35. #define CM_FILENEW              24331           // SDI New
  36. #define CM_FILEOPEN             24332           // SDI Open
  37. #define CM_FILECLOSE            24339
  38. #define CM_FILESAVE             24333
  39. #define CM_FILESAVEAS           24334
  40. #define CM_FILEREVERT           24335
  41. #define CM_VIEWCREATE           24341
  42. #define CM_FILEPRINT            24337
  43. #define CM_FILEPRINTERSETUP     24338
  44. #define CM_FILEPRINTPREVIEW     24340
  45. #define CM_FILESEND             24345
  46.  
  47.  
  48. //
  49. // Window commands (include/owl/window.rh)
  50. //
  51. #define CM_EXIT                 24310
  52.  
  53.  
  54. //
  55. // CM_EDITnnnn commands (include/owl/window.rh)
  56. //
  57. #define CM_EDITUNDO             24321
  58. #define CM_EDITCUT              24322
  59. #define CM_EDITCOPY             24323
  60. #define CM_EDITPASTE            24324
  61. #define CM_EDITDELETE           24325
  62. #define CM_EDITCLEAR            24326
  63. #define CM_EDITADD              24327
  64. #define CM_EDITEDIT             24328
  65.  
  66.  
  67. //
  68. // Search menu commands (include/owl/editsear.rh)
  69. //
  70. #define CM_EDITFIND             24351
  71. #define CM_EDITREPLACE          24352
  72. #define CM_EDITFINDNEXT         24353
  73.  
  74.  
  75. //
  76. // Help menu commands.
  77. //
  78. #define CM_HELPABOUT            2009
  79.  
  80.  
  81. //
  82. // About Dialogs
  83. //
  84. #define IDD_ABOUT               22000
  85. #define IDC_VERSION             22001
  86. #define IDC_COPYRIGHT           22002
  87. #define IDC_DEBUG               22003
  88.  
  89.  
  90. //
  91. // OWL defined strings
  92. //
  93.  
  94. //
  95. // Statusbar
  96. //
  97. #define IDS_MODES               32530
  98. #define IDS_MODESOFF            32531
  99.  
  100. //
  101. // EditFile
  102. //
  103. #define IDS_UNABLEREAD          32551
  104. #define IDS_UNABLEWRITE         32552
  105. #define IDS_FILECHANGED         32553
  106. #define IDS_FILEFILTER          32554
  107.  
  108. //
  109. // EditSearch
  110. //
  111. #define IDS_CANNOTFIND          32540
  112.  
  113.  
  114. //
  115. // General & application exception messages (include/owl/except.rh)
  116. //
  117. #define IDS_UNKNOWNEXCEPTION    32767
  118. #define IDS_OWLEXCEPTION        32766
  119. #define IDS_OKTORESUME          32765
  120. #define IDS_UNHANDLEDXMSG       32764
  121. #define IDS_UNKNOWNERROR        32763
  122. #define IDS_NOAPP               32762
  123. #define IDS_OUTOFMEMORY         32761
  124. #define IDS_INVALIDMODULE       32760
  125. #define IDS_INVALIDMAINWINDOW   32759
  126. #define IDS_VBXLIBRARYFAIL      32758
  127.  
  128. //
  129. // Owl 1 compatibility messages
  130. //
  131. #define IDS_INVALIDWINDOW       32709
  132. #define IDS_INVALIDCHILDWINDOW  32708
  133. #define IDS_INVALIDCLIENTWINDOW 32707
  134.  
  135. //
  136. // TXWindow messages
  137. //
  138. #define IDS_CLASSREGISTERFAIL   32749
  139. #define IDS_CHILDREGISTERFAIL   32748
  140. #define IDS_WINDOWCREATEFAIL    32747
  141. #define IDS_WINDOWEXECUTEFAIL   32746
  142. #define IDS_CHILDCREATEFAIL     32745
  143.  
  144. #define IDS_MENUFAILURE         32744
  145. #define IDS_VALIDATORSYNTAX     32743
  146. #define IDS_PRINTERERROR        32742
  147.  
  148. #define IDS_LAYOUTINCOMPLETE    32741
  149. #define IDS_LAYOUTBADRELWIN     32740
  150.  
  151. //
  152. // TXGdi messages
  153. //
  154. #define IDS_GDIFAILURE          32739
  155. #define IDS_GDIALLOCFAIL        32738
  156. #define IDS_GDICREATEFAIL       32737
  157. #define IDS_GDIRESLOADFAIL      32736
  158. #define IDS_GDIFILEREADFAIL     32735
  159. #define IDS_GDIDELETEFAIL       32734
  160. #define IDS_GDIDESTROYFAIL      32733
  161. #define IDS_INVALIDDIBHANDLE    32732
  162.  
  163.  
  164. //
  165. // ListView (include/owl/listview.rh)
  166. //
  167. #define IDS_LISTNUM             32584
  168.  
  169.  
  170. // DocView (include/owl/docview.rh)
  171. //
  172. #define IDS_DOCMANAGERFILE      32500
  173. #define IDS_DOCLIST             32501
  174. #define IDS_VIEWLIST            32502
  175. #define IDS_UNTITLED            32503
  176. #define IDS_UNABLEOPEN          32504
  177. #define IDS_UNABLECLOSE         32505
  178. #define IDS_READERROR           32506
  179. #define IDS_WRITEERROR          32507
  180. #define IDS_DOCCHANGED          32508
  181. #define IDS_NOTCHANGED          32509
  182. #define IDS_NODOCMANAGER        32510
  183. #define IDS_NOMEMORYFORVIEW     32511
  184. #define IDS_DUPLICATEDOC        32512
  185.  
  186.  
  187. //
  188. // Printing error message string resource IDs (include/owl/printer.rh)
  189. //
  190. #define IDS_PRNON               32590
  191. #define IDS_PRNERRORTEMPLATE    32591
  192. #define IDS_PRNOUTOFMEMORY      32592
  193. #define IDS_PRNOUTOFDISK        32593
  194. #define IDS_PRNCANCEL           32594
  195. #define IDS_PRNMGRABORT         32595
  196. #define IDS_PRNGENERROR         32596
  197. #define IDS_PRNERRORCAPTION     32597
  198.  
  199.  
  200. //
  201. // Printer abort dialog & control IDs
  202. //
  203. #define IDD_ABORTDIALOG         32599            // keep different than any string IDs
  204. #define ID_TITLE                101              // Document title text control
  205. #define ID_DEVICE               102              // Device & optional port text control
  206. #define ID_PORT                 103              // Old port text control, unused
  207. #define ID_PAGE                 104              // Page # text control
  208.  
  209.  
  210. //
  211. // Print Preview
  212. //
  213. #define APX_PPR_PREVIOUS        24500
  214. #define APX_PPR_NEXT            24501
  215. #define APX_PPR_ONEUP           24502
  216. #define APX_PPR_TWOUP           24503
  217. #define APX_PPR_CURRPAGE        24504
  218. #define APX_PPR_DONE            24505
  219.  
  220.  
  221. //
  222. // TInputDialog DIALOG resource (include/owl/inputdia.rh)
  223. //
  224. #define IDD_INPUTDIALOG         32514
  225. #define ID_PROMPT               4091
  226. #define ID_INPUT                4090
  227.  
  228.  
  229. //
  230. // TSlider bitmaps (horizontal and vertical) (include/owl/slider.rh)
  231. //
  232. #define IDB_HSLIDERTHUMB        32000
  233. #define IDB_VSLIDERTHUMB        32001
  234.  
  235.  
  236. //
  237. // Validation messages (include/owl/validate.rh)
  238. //
  239. #define IDS_VALPXPCONFORM       32520
  240. #define IDS_VALINVALIDCHAR      32521
  241. #define IDS_VALNOTINRANGE       32522
  242. #define IDS_VALNOTINLIST        32523
  243.  
  244.  
  245. //#endif  // apxsddva_rh
  246.